home *** CD-ROM | disk | FTP | other *** search
- object Dlg_ConnEdit: TDlg_ConnEdit
- Left = 476
- Top = 359
- BorderStyle = bsDialog
- Caption = 'Connection'
- ClientHeight = 203
- ClientWidth = 335
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 68
- Height = 13
- Caption = '&Display Name:'
- FocusControl = E_name
- end
- object Label2: TLabel
- Left = 16
- Top = 56
- Width = 65
- Height = 13
- Caption = '&POP3 Server:'
- FocusControl = E_pophost
- end
- object Label3: TLabel
- Left = 16
- Top = 104
- Width = 74
- Height = 13
- Caption = 'POP3 &Account:'
- FocusControl = E_account
- end
- object Label4: TLabel
- Left = 168
- Top = 104
- Width = 49
- Height = 13
- Caption = 'Pass&word:'
- FocusControl = E_password
- end
- object E_name: TEdit
- Left = 16
- Top = 24
- Width = 201
- Height = 21
- TabOrder = 0
- end
- object E_pophost: TEdit
- Left = 16
- Top = 72
- Width = 201
- Height = 21
- TabOrder = 1
- end
- object CB_leaveit: TCheckBox
- Left = 16
- Top = 152
- Width = 281
- Height = 17
- Caption = '&Leave a copy in server'
- TabOrder = 4
- end
- object CB_Enabled: TCheckBox
- Left = 16
- Top = 177
- Width = 129
- Height = 17
- Caption = '&Enabled'
- Checked = True
- State = cbChecked
- TabOrder = 5
- end
- object BtnOk: TButton
- Left = 240
- Top = 24
- Width = 80
- Height = 22
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 6
- OnClick = BtnOkClick
- end
- object BtnCancel: TButton
- Left = 240
- Top = 48
- Width = 80
- Height = 22
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 7
- end
- object E_account: TEdit
- Left = 16
- Top = 120
- Width = 121
- Height = 21
- TabOrder = 2
- end
- object E_password: TEdit
- Left = 168
- Top = 120
- Width = 121
- Height = 21
- PasswordChar = '*'
- TabOrder = 3
- end
- object BtnAdv: TButton
- Left = 240
- Top = 72
- Width = 80
- Height = 22
- Caption = 'Ad&vanced...'
- TabOrder = 8
- OnClick = BtnAdvClick
- end
- object chkHotmailConnection: TCheckBox
- Left = 146
- Top = 177
- Width = 177
- Height = 17
- Caption = 'Auto start Foxmail-Hotmail Proxy'
- TabOrder = 9
- end
- object Language: TLanguage
- LangCenter = DM_Language.LangCenter
- ResStrings.Strings = (
- '0010=can not be null')
- Left = 288
- Top = 112
- end
- end
-